Returns a numerical value that specifies the graphical user interface.
グラフィカルユーザーインタフェースの種類を示す数値を返します。
This runtime function is only provided for downward compatibility to previous versions. The return value is not defined in client-server environments.
この実行時関数は、旧バージョンのユーザーに対する下方互換性を維持するためだけに用意されています。またクライアント‐サーバー環境に対する戻り値は定義されていません。
GetGUIType()
GetGUIType()
Integer
整数
1: Windows
1: Windows
4: UNIX
4: UNIX
Sub ExampleEnvironment
Sub ExampleEnvironment
MsgBox GetGUIType
MsgBox GetGUIType
End Sub
End Sub